home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / CDEV⁄RDEV / MemINIT ƒ / MemINIT cdev Instructions < prev   
Text File  |  1990-11-11  |  1KB  |  22 lines

  1. MemINIT cdev 1.5
  2.  
  3. MemINIT cdev is a memory indicator.  It has two kinds of indicators: a one pixel bar graph across the top of the screen or a pie graph instead of the apple menu.
  4.  
  5. Before you do anything else, install MemINIT cdev.  To do this, drag it into your system folder and restart.  (Drag it into the Control Panels folder with System 7.)  Then open the Control Panel and select it, or double click on it's icon if you're using System 7.0.
  6.  
  7. How to use the control panel interface:
  8. Click on the check boxe next to the name of the version you want to turn on or off.  It will turn on or off immediately.  To change how often they update, type a number of 60ths into one of the edit boxes.
  9.  
  10. Technical Info:
  11. The bar version is a VBL (Vertical Blanking) Task.  This means that it will be updated no matter what, even if you have a menu down or a bomb box up.  It will even write over the cursor.  Also, since it writes directly to the screen, it doesn't work quite right in color, and will probably bomb with 32-bit quickdraw.
  12. The patched traps are: _SystemTask (To draw the pie graph), and _DrawMenuBar (To update the indicators as soon as the menu bar is redrawn).
  13.  
  14. MemINIT cdev is written in assembly and Think Pascal.  If you want the source code, or to report bugs, write to:
  15.   Seth LaForge
  16.   658 Wildcat Cny.
  17.   Berkeley, CA
  18. or, send a message to:
  19.   “SethML” on America Online, or
  20.   “Seth LaForge” on BMUG.
  21.  
  22. Have fun!  :)